func runtime.sysAllocOS
5 uses
runtime (current package)
debuglog.go#L99: l = (*dloggerImpl)(sysAllocOS(unsafe.Sizeof(dloggerImpl{}), "debug log"))
debuglog.go#L816: state1 := sysAllocOS(unsafe.Sizeof(readState{})*uintptr(n), "debug log")
malloc.go#L864: l2 = (*[1 << arenaL2Bits]*heapArena)(sysAllocOS(unsafe.Sizeof(*l2), "heap index"))
mem.go#L52: p := sysAllocOS(n, vmaName)
mem_linux.go#L21: func sysAllocOS(n uintptr, vmaName string) unsafe.Pointer {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |